projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85eeab4
)
(xic_style): New variable.
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 26 Jan 2001 09:34:55 +0000
(09:34 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 26 Jan 2001 09:34:55 +0000
(09:34 +0000)
(create_frame_xic): Move static variable to global scope for
the case that `static' get's defined away.
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 29d131b0c5396e89246ff8498445c4da73fb25a3..cdc2bb590e22334b3b1365d854b76f098b7a75ec 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-3272,6
+3272,8
@@
best_xim_style (user, xim)
/* Create XIC for frame F. */
+static XIMStyle xic_style;
+
void
create_frame_xic (f)
struct frame *f;
@@
-3279,7
+3281,6
@@
create_frame_xic (f)
XIM xim;
XIC xic = NULL;
XFontSet xfs = NULL;
- static XIMStyle xic_style;
if (FRAME_XIC (f))
return;